-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update disk space for stacks node #1708
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit, could you please change it to 500GB? Leaving some headroom in the future, otherwise we'd have to update it every week
@@ -14,5 +14,5 @@ While you _can_ run a node using these specs, it's _recommended_ to assign more | |||
* **4GB memory if running only a Stacks node** | |||
* **10 GB memory if running Stacks + Bitcoin node** | |||
* **2 Vcpu** | |||
* **350GB disk for Stacks node** | |||
* **375GB disk for Stacks node** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* **375GB disk for Stacks node** | |
* **500GB disk for Stacks node** |
@@ -21,7 +21,7 @@ While you _can_ run a node using these specs, it's _recommended_ to assign more | |||
* **4GB memory if running only a Stacks node** | |||
* **10 GB memory if running Stacks + Bitcoin node** | |||
* **1 Vcpu** ( _minimum of 2 Vcpu is recommended_ ) | |||
* **350GB disk for Stacks node** | |||
* **375GB disk for Stacks node** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* **375GB disk for Stacks node** | |
* **500GB disk for Stacks node** |
Description
This PR updates the required disk space for a stacks node to 375GB